DataSource for Entity Framework in WPF
C1.LiveLinq.AdoNet Namespace / IndexedDataTable<TRow> Class / Table Property

In This Topic
    Table Property
    In This Topic
    Gets the ADO.NET System.Data.DataTable object represented by this IndexedDataTable<TRow>.
    Syntax
    'Declaration
     
    Public ReadOnly Property Table As DataTable
    public DataTable Table {get;}
    See Also